MarkNetData.getDataFromBuffer

To its data removing the type id.

template MarkNetData(T...)
Types
getDataFromBuffer
(
ref ubyte[] buffer
)

Parameters

buffer ubyte[]

The buffer that is used to take the type id and slices it to the actual data

Return Value

Type: Types

The type id from that buffer. Also enforces it is not invalid

Meta